home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 40
/
PC Gamer IT CD 40 2-2.iso
/
DRIVERS
/
VIDEODRV
/
CREATIVE
/
riva_tnt_nt4
/
GBTNT.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1998-09-16
|
4KB
|
141 lines
;
; Graphics Blaster RIVA TNT INF file
; Copyright (C) Creative Technology Ltd, 1998
;
[Version]
Signature="$Windows NT$"
Provider=%Creative%
LayoutFile=layout.inf
Class=Display
;
; Dest directories are \windows\system32 and \windows\system32\drivers
;
[DestinationDirs]
DefaultDestDir = 11
Gb.Miniport = 12
Gb.Display = 11
Gb.oldrm = 12
Gb.inf = 17 ; inf
;
; The Manufacturer section lists all of the manufacturers that we will
; display in the Dialog box. DEVICE sections are specified.
;
[Manufacturer]
%Creative% = Creative.Mfg
;
; Device section. Each section here corresponds with an entry listed in the
; [Manufacturer] section, above. The models will be displayed in the order
; that they appear in the INF file. This section identifies
; the corresponding INSTALL sections.
;
[Creative.Mfg]
Graphics Blaster RIVA TNT = Gb, PCI\VEN_10DE&DEV_0020
;---------------------------------------------------------------------
; GB Driver INSTALL Section. This INSTALL section specifies
; what files are to to be copied (File List sections)
;---------------------------------------------------------------------
[Gb]
CopyFiles=Gb.Miniport, Gb.Display, Gb.icd, Gb.inf
DelFiles=Gb.oldrm
;
; GB Driver INSTALL Section. This INSTALL section specifies
; what registry fields are to be modified (ADD Registry section)
;
[Gb.SoftwareSettings]
AddReg = Gb_SoftwareDeviceSettings
AddReg = Gb_icdSoftwareSettings
;
; GB Service Installation
;
[Gb.Services]
AddService = nv4, 0x00000002, Gb_Generic_Service_Inst, Gb_EventLog_Inst
DelService=nvarch
DelService=nvgfx
[Gb_EventLog_Inst]
AddReg = Gb_EventLog_AddReg
[Gb_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\GbTNTm.sys"
HKR,,TypesSupported,0x00010001,7
[Gb_Generic_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\GbTNTm.sys
;
; File List sections for GB.Display and GB.Miniport
;
[Gb.Display]
GbTNT.dll
[Gb.Miniport]
GbTNTm.sys
[Gb.oldrm]
nvarch.sys,0x00000001
nvgfx.sys,0x00000001
nv_mini.sys,0x00000001
[Gb.icd]
nv4oglnt.dll
[Gb.inf]
GbTNT.inf
;
; Creative Add registry section
;
[Gb_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, GbTNT
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,Default, MemClock, %REG_DWORD%, 110
HKR,Default, GrfxClock, %REG_DWORD%, 90
[Gb_icdSoftwareSettings]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
HKCR,CLSID\{CD047720-0437-11d2-B3AA-00104B6F7516},,,"NV4Tweak"
HKCR,CLSID\{CD047720-0437-11d2-B3AA-00104B6F7516}\InProcServer32,,,"%11%\nv4cpl.dll"
HKCR,CLSID\{CD047720-0437-11d2-B3AA-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment
HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NV4Tweak",,,"{CD047720-0437-11d2-B3AA-00104B6F7516}"
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
serviceroot = System\CurrentControlSet\Services
;
; Localizable Strings
;
Creative = "Creative Labs"
DiskId="Graphics Blaster RIVA TNT - NT4 installation disk"